HipWorkerThread

Undocumented in source.

Constructors

this
this(HipWorkerPool pool, ThreadID mainThreadID)
Undocumented in source.

Members

Functions

await
void await(bool rethrow)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
finish
void finish()

This thread goes into an invalid state after finishing it. It should not be used anymore

isIdle
bool isIdle()
Undocumented in source. Be warned that the author may not have intended to support it.
pushTask
void pushTask(string name, void delegate() task, void delegate(string taskName) onTaskFinish)

Synchronized push on queue

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
startWorking
void startWorking()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta